home *** CD-ROM | disk | FTP | other *** search
/ The Original Shareware 1.1 / The Original Shareware (WeMake CDs)(Volume 1.1)(CDs, Inc)(1993).iso / 32 / leastq.zip / READ-ME.LSQ < prev    next >
Text File  |  1990-06-07  |  2KB  |  35 lines

  1. The following files are contained in this package:
  2.  
  3.            LEASTQ.EXE    executable file
  4.            LEASTQ.PAS    TP5.0 source code
  5.            LEASTQ.DOC    Instructions for the program
  6.            READ-ME.LSQ   This file
  7.            SCURVE.DAT      }
  8.            SQUAREWV.DAT    }
  9.            GAUSSIAN.DAT    }  sample data files
  10.            TRAPEZD.DAT     }     to use them, they must be in your
  11.            EXPONEN.DAT     }     current directory
  12.            THERMOCP.DAT    }
  13.            SAWTOOTH.DAT    }
  14.            DRIVERS.TPU    Unit needed to compile LEASTQ.PAS
  15.  
  16.    By using DRIVERS.TPU, a stand-alone EXE file, LEASTQ.EXE, is created
  17. that does not need the EGAVGA.BGI file to run. Note that this TPU is
  18. for Turbo Pascal 5.0. It will probably not work with 5.5.
  19.  
  20.    This program uses the $N+, and $E+ compiler directives. This means
  21. that some special code is linked in to run with high precision IEEE 8
  22. byte reals. If your computer has an 80x87 math coprocessor chip, the
  23. program will detect the chip and use that instead of the linked-in code.
  24. On my 4.77 MHz machine the 8087 chip makes a big difference. Users with
  25. AT class machines may find the speed of this program entirely acceptable
  26. even without a coproccesor chip. If you have Borland Turbo Pascal 5.0
  27. and an 80x87 chip, you can recompile the program LEASTQ.PAS with the $E-
  28. directive to get a smaller EXE file.
  29.  
  30.      Users who program in Turbo Pascal may wish to add their own functions
  31. to the existing library; in addition to writing code to generate your 
  32. function, you will need to make changes to procedures FUNC, GETFUN, RANGE
  33. and YCALC and add a new element to the type 'Species'.
  34.      
  35.